The Elasticsearch connector lets you read data from ElasticSearch and store it in an Algolia index.The Elasticsearch connector supports Elasticsearch version 7 or later.
To create an API key and secret, configure your Elasticsearch cluster’s security settings:
Sign in to your Elasticsearch instance, either through a web interface, or with command-line tools.
To create an API key, open the main menu and select Stack Management > API Keys > Create API key.
The key will be base64-encoded. Algolia’s connector needs the underlying key and secret separately. To decode the created key, copy the base64-encoded key into a decoder to reveal the key and secret.
For more information, see API keys in the Elastic documentation.